home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / pack2.dir / 00001.ls next >
Encoding:
Text File  |  1995-12-30  |  179 b   |  15 lines

  1. on enterFrame
  2.   unLoad()
  3.   updateStage()
  4.   clearcurs()
  5. end
  6.  
  7. on exitFrame
  8.   global pacfg
  9.   if pacfg = 0 then
  10.     getpac_b("PAC_BD.PIC")
  11.     unLoad()
  12.     updateStage()
  13.   end if
  14. end
  15.